Welcome![Sign In][Sign Up]
Location:
Search - UNIX operating system design

Search list

[Other resourceBeginningLinuxProgramming3

Description: 英文原版, 本书介绍了Linux操作系统的基本知识,以及如何在Linux和其他UNIX风格的操作系统上进行程序开发。本书的主要内容包括:Linux的入门知识,使用Shell进行程序设计,Linux的管理及开发工具,Perl程序设计语言,Web程序设计等等。本书内容丰富、深入浅出、易于理解,还包含大量编程实例。适合Linux的初学者及希望利用Linux进行开发的程序设计人员阅读。 -English original, the book on the Linux operating system to the basic knowledge, and how Linux and other UNIX-style operating systems for program development. The book's main contents include : Introduction to the Linux knowledge, the procedures for the use of Shell design, Linux management and development tools, Perl programming language, Web design, and so on. The book is rich in content and easy to understand, easy to understand, but also contains a large number of programming examples. Linux suitable for beginners and hope to use Linux for the development of the reading program design staff.
Platform: | Size: 4124978 | Author: 徐慧 | Hits:

[OS Developplan9.tar

Description: 这是一个同样来自贝尔实验室的和UNIX有着渊源的操作系统, 其简洁的设计和实现易于我们学习和理解-This the same one from Bell Laboratories and UNIX with source operating system, its compact design and easy to achieve our learning and understanding
Platform: | Size: 8937577 | Author: hjz67 | Hits:

[Other resourcelos

Description: 操作系统课程设计 1、模拟UNIX(linux)文件系统 [问题描述] 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的 模拟UNIX文件系统 。 [基本要求] 1.在现有机器硬盘上开辟20M的硬盘空间,作为设定的硬盘空间。 2.编写一管理程序对此空间进行管理,以模拟UNIX(linux)文件系统,具体要求如下: (1) 要求盘块大小1k 正规文件 (2) i 结点文件类型 目录文件 (共1byte) 块设备 管道文件 。物理地址(索引表) 共有13个表项,每表项2byte 。文件长度 4byte 。联结计数 1byte (3)0号块 超级块 栈长度50 空闲盘块的管理:成组链接 ( UNIX) 位示图法 (Linux) (4)每建一个目录,分配4个物理块 文件名 14byte -curriculum design an operating system, Simulation of UNIX (Linux) file system [Description of the issue] as an OS and built a large file, its facade into a disk, in which the realization of a simple simulation of the UNIX file system. [Basic requirements] 1. Hard existing machines opened 20 M disk space, as a set of hard drive space. 2. Prepared a management procedures this space management, to simulate the UNIX (Linux) file system, specific requirements are as follows : (1) require a disk block size k formal document (2) i node directory file type (a total of 1byte) block device Pipeline documents. Physical Address (Index) on a total of 13 tables, every item in Table 2 byte. 4byte document length. 1byte link count (3) 0, super-block length of 50 block Stack spare disk block management : G
Platform: | Size: 876291 | Author: wangwei | Hits:

[OtherBeginningLinuxProgramming3

Description: 英文原版, 本书介绍了Linux操作系统的基本知识,以及如何在Linux和其他UNIX风格的操作系统上进行程序开发。本书的主要内容包括:Linux的入门知识,使用Shell进行程序设计,Linux的管理及开发工具,Perl程序设计语言,Web程序设计等等。本书内容丰富、深入浅出、易于理解,还包含大量编程实例。适合Linux的初学者及希望利用Linux进行开发的程序设计人员阅读。 -English original, the book on the Linux operating system to the basic knowledge, and how Linux and other UNIX-style operating systems for program development. The book's main contents include : Introduction to the Linux knowledge, the procedures for the use of Shell design, Linux management and development tools, Perl programming language, Web design, and so on. The book is rich in content and easy to understand, easy to understand, but also contains a large number of programming examples. Linux suitable for beginners and hope to use Linux for the development of the reading program design staff.
Platform: | Size: 4124672 | Author: 徐慧 | Hits:

[OS Developplan9.tar

Description: 这是一个同样来自贝尔实验室的和UNIX有着渊源的操作系统, 其简洁的设计和实现易于我们学习和理解-This the same one from Bell Laboratories and UNIX with source operating system, its compact design and easy to achieve our learning and understanding
Platform: | Size: 8937472 | Author: hjz67 | Hits:

[OS DevelopOS

Description: 操作系统课程设计,实现一个简单的文件系统。unix-Operating systems curriculum design, the realization of a simple file system. unix
Platform: | Size: 322560 | Author: zly | Hits:

[OS DevelopOS

Description: 操作系统课程设计,模拟UNIX磁盘文件管理系统 • 建立文件存储介质的管理机制 • 建立目录 • 文件系统功能(显示目录、创建、删除、打开、关闭、读、写) • 文件操作接口(显示目录、创建、删除、打开、关闭、读、写)-Operating system, curriculum design, simulation UNIX disk file management system • Create file storage media management mechanisms • • File system functions to create the directory (show directory, create, delete, open, close, read, write) • File Operation Interface (show directory, create, delete, open, close, read, write)
Platform: | Size: 494592 | Author: 杜宁林 | Hits:

[assembly languageibox_core_0.0.2

Description: MenuetOS is an Operating System in development for the PC written entirely in 32/64 bit assembly language. Menuet64 is released under License and Menuet32 under GPL. Menuet supports 32/64 bit x86 assembly programming for smaller, faster and less resource hungry applications. Menuet has no roots within UNIX or the POSIX standards, nor is it based on any operating system. The design goal has been to remove the extra layers between different parts of an OS, which normally complicate programming and create bugs.
Platform: | Size: 17408 | Author: Cao | Hits:

[Internet-NetworkMyshellv0.1

Description: 作业控制是操作系统的首要功能,是连接用户与操作系统内核的最主要的通道。UNIX的作业控制由shell程序实现,它接收终端用户的联机命令,或执行shell脚本程序,完成用户的作业。shell以用户进程的方式运行于用户模式,因此,用户可以选择自己喜欢的shell程序,也可以使用自行设计的个性化shell程序。-Job control is the primary function of the operating system is to connect the user with the operating system kernel of the main channel. UNIX operating control is provided by shell procedures for implementation, it receives end-user on-line orders, or perform shell script to complete the user' s job. shell user processes run in user mode, so users can choose their own favorite shell program can also be used to design personalized shell program.
Platform: | Size: 330752 | Author: 谢海斌 | Hits:

[OS DevelopMinixOS

Description: Minix是一个类UNIX操作系统,其2.0版符合POSIX 1003.1和ISO9945-1工业标准。过去,UNIX操作系统的起源与发展与其源代码的公开是分不开的,而UNIX操作系统设计思想的先进性与前瞻性也是无与伦比的。时至今日,大学中"操作系统原理"课一直使用UNIX作为应用实例,而AT&T公司注意到了UNIX的商业价值后,不再允许用UNIX的源代码进行教学。学习"操作系统原理"课就成了只谈理论而不谈设计与实现。作为计算机科学教育家的Tanenbaum开发出了Minix用于操作系统教学。与UNIX相比,UNIX注重代码的高效率,而Minix则强调代码的可读性与简洁性。很快,Minix在网络中流行起来。有很多人,希望为Minix添加新的特性。而Tanenbaum认为Minix应该作为教学使用,众多新特性只会干扰对操作系统本质的认识。于是,人们把注意力转向设计一个类Minix的操作系统,这最终导致了Linux的诞生。下面正式进入Minix安装过程的学习。-Minix is a class UNIX operating system, version 2.0, consistent with POSIX 1003.1 and ISO9945-1 industry standard. In the past, UNIX operating system, its origin and development of open source code are inseparable, and UNIX operating system, the advanced and forward-looking design is unmatched. Today, the University of "Operating System" class has been using UNIX as an application example, the AT & T, noted the commercial value of UNIX, no longer allowed to use the UNIX source code for teaching. Learning "Operating System" became the talk about class without talking about the design and implementation theory. As a computer science educator Tanenbaum developed Minix operating system for teaching. Compared with the UNIX, UNIX-oriented code with high efficiency, and Minix emphasizes readability and simplicity. Soon, Minix became popular in the network. A lot of people, hoping to add new features Minix. The Tanenbaum as a teaching that should be used Minix, many new features will interfere
Platform: | Size: 5776384 | Author: 刘权 | Hits:

[Internet-Networkplanb4e.src

Description: This the same one from Bell Laboratories and UNIX with source operating system, its compact design and easy to achieve our learning and understanding
Platform: | Size: 1435648 | Author: wu | Hits:

[Other Databasessqlite

Description: SQLite,是一款轻型的数据库,是遵守ACID的关联式数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如 Tcl、C#、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源世界著名的数据库管理系统来讲,它的处理速度比他们都快。SQLite第一个Alpha版本诞生于2000年5月. 至今已经有10个年头,SQLite也迎来了一个版本 SQLite 3已经发布。 -SQLite, is a lightweight database, is to follow ACID relational database management system, its design goal is embedded, and is currently in many embedded products used in it, it takes up resources is very low, in embedded devices, may require only a few hundred K memory is enough. It can support Windows/Linux/Unix and so on mainstream operating system, at the same time with many programming languages such as Tcl, C combination,#, PHP, Java, and ODBC interface, as compared with Mysql, PostgreSQL two of the open source world famous database management system, its processing speed than they are fast. The first version of Alpha SQLite was born in 2000 of May. So far has been 10 years, SQLite also ushered in a version of SQLite 3 has been released.
Platform: | Size: 10428416 | Author: leng daxin | Hits:

[androidSQLite

Description: 代码介绍: SQLite,是一款轻型的数据库,是遵守ACID的关联式数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如 Tcl、C#、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源世界著名的数据库管理系统来讲,它的处理速度比他们都快。SQLite第一个Alpha版本诞生于2000年5月. 至今已经有10个年头,SQLite也迎来了一个版本 SQLite 3已经发布。 还有一件事,大家下载的时候,不要加数据库连接驱动包。本项目是不用的。-Code description: SQLite, a lightweight database, comply with the ACID-compliant relational database management system, its design goals is embedded, and has been used in many embedded products it, it takes up resources is very low in the embedded devices may only need a few hundred K of memory is enough. It can support Windows/Linux/Unix mainstream operating system, combining with many programming languages ​ ​ such as Tcl, C#, PHP, Java and other ODBC interface, the same compared to the Mysql, PostgreSQL Both open source world-renowned database management system in terms of its processing speed faster than they are. SQLite first Alpha version was born in May 2000 has been 10 years, SQLite also ushered in a version of SQLite 3 has been released. One more thing, when you download, do not add the database connection drive package. This project is not.
Platform: | Size: 56320 | Author: li | Hits:

[Internet-Networkfzxsxt

Description: 通过学习c语言,我了解到了它的如此强大,不光可以永它编写出各种优秀的应用软件,甚至连功能强大的Unix操作系统和Linux操作系统也几乎是用c语言完成的,只是在硬件操作的代码一般使用了汇编语言,特别是c语言中的指针功能,使用它能灵活地操作内存,但是如果使用不当也会造成因为非法访问而使系统崩溃,也会因为乱使用指针而使内存泄漏,所有,要学习好c语言还是要花费一点功夫的!c语言的课程学习完了,也许现在我们还不能完成一个好强大的操作系统,但是使用c语言解决实际问题的方法还是一样的,所以,我用c语言编写了一个课程设计,题目是销售管理系统。-By learning c language, I learned that it is so powerful, not only can Wing it to prepare a variety of applications, even even the powerful Unix operating system and the Linux operating system is almost c language completed just in hardware operation code generally use assembly language, especially pointer in c language function, use it the flexibility to manipulate memory, but if used incorrectly can also cause crashes because unauthorized access to the system by, also because of the indiscriminate use of pointers so memory leak, to learn good c language or to spend a little more effort! c language course is over, maybe now we can not complete a good operating system, but the methods to solve practical problems using the c language is still the same, so I used the c language curriculum design, the title is a sales management system .
Platform: | Size: 86016 | Author: 狂人 | Hits:

[Internet-Networkxscj

Description: 通过学习c语言,我了解到了它的如此强大,不光可以永它编写出各种优秀的应用软件,甚至连功能强大的Unix操作系统和Linux操作系统也几乎是用c语言完成的,只是在硬件操作的代码一般使用了汇编语言,特别是c语言中的指针功能,使用它能灵活地操作内存,但是如果使用不当也会造成因为非法访问而使系统崩溃,也会因为乱使用指针而使内存泄漏,所有,要学习好c语言还是要花费一点功夫的!c语言的课程学习完了,也许现在我们还不能完成一个好强大的操作系统,但是使用c语言解决实际问题的方法还是一样的,所以,我用c语言编写了一个课程设计,题目是成绩信息管理系统。-By learning c language, I learned that it is so powerful, not only can Wing it to prepare a variety of applications, even even the powerful Unix operating system and the Linux operating system is almost c language completed just in hardware operation code generally use assembly language, especially pointer in c language function, use it the flexibility to manipulate memory, but if used incorrectly can also cause crashes because unauthorized access to the system by, also because of the indiscriminate use of pointers so memory leak, to learn good c language or to spend a little more effort! c language course is over, maybe now we can not complete a good operating system, but the methods to solve practical problems using the c language is still the same, so I used the c language curriculum design, entitled Results Information Management systems.
Platform: | Size: 458752 | Author: 狂人 | Hits:

[OS Developgeekos-0.3.0

Description: 一个用C语言开发的操作系统,学生可以在Linux或UNIX环境下对其进行功能扩充,也可以在Windows下使用Cygwin工具进行开发,且其针对进程,文件系统,存储管理等操作系统核心内容分别设计了7个难度逐渐增加的项目供教师选择-A C language development of the operating system, Linux or UNIX environment, students can be functional expansion under Windows using Cygwin development tools, and its process, file systems, storage management operating system kernel Design 7 of increasingly difficult for teachers to choose
Platform: | Size: 594944 | Author: cy | Hits:

[Software EngineeringDesign-UNIX.tar

Description: 本书作者Maurice J.Bach多年来在AT&T公司贝尔实验室工作,对UNIX系统的设计思想有深刻了解,又有讲授UNIX系统的丰富经验。 在本书中,作者描述了构成UNIX操作系统基础的内部算法与结构,以及它们与程序接口之间的联系。-This book describes the internal algorithms and the structures that form the basis of the UNIX ® operating system and their relationship to the programmer interface. The system description is based on UNIX System V Release 2 supported by AT&T, with some features Release 3.
Platform: | Size: 10157056 | Author: 柳梦宇 | Hits:

[e-languagesqlite3数据库操作示例

Description: SQLite,是一款轻型的数据库,是遵守ACID的关系型数据库管理系统,它包含在一个相对小的C库中。它是D.RichardHipp建立的公有领域项目。它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如 Tcl、C#、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源的世界著名数据库管理系统来讲,它的处理速度比他们都快。SQLite第一个Alpha版本诞生于2000年5月。 至2015年已经有15个年头,SQLite也迎来了一个版本 SQLite 3已经发布。 这个文件是sqlite的一个简单例程。(SQLite, a lightweight database, is a relational database management system that follows ACID, which is contained in a relatively small C library. It's a public domain project created by D.RichardHipp. Its design goal is embedded, and has been used in many embedded products, it occupies very low resources, in embedded devices, you may only need a few hundred K of memory is enough. It can support the mainstream Windows/Linux/Unix operating system and so on, and can combine with many programming languages, such as Tcl, C#, PHP, Java, and ODBC interface, as compared to the world famous Mysql database management system, PostgreSQL two of the source, the processing speed is faster than they. The first Alpha version of SQLite was born in May 2000. By 2015, 15 years ago, SQLite also ushered in a version of SQLite 3 has been released. This file is a simple routine of sqlite.)
Platform: | Size: 16015360 | Author: 咔斯灬无悔 | Hits:

[sqlite-3.7.3

Description: SQLite,是一款轻型的数据库,是遵守ACID的关系型数据库管理系统,它包含在一个相对小的C库中。它是D.RichardHipp建立的公有领域项目。它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如 Tcl、C#、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源的世界著名数据库管理系统来讲,它的处理速度比他们都快。(SQLite, a lightweight database, is a relational database management system that complied with ACID, which is included in a relatively small C library. It is a public domain project established by D.RichardHipp. Its design goal is embedded, and it has been used in many embedded products. It occupies very low resources. In embedded devices, it may only need hundreds of K of memory. It can support the mainstream Windows/Linux/Unix operating system and so on, and can combine with many programming languages, such as Tcl, C#, PHP, Java, and ODBC interface, as compared to the world famous Mysql database management system, PostgreSQL two of the source, the processing speed is faster than they.)
Platform: | Size: 3418112 | Author: q风q | Hits:

[Books现代操作系统

Description: 在《现代操作系统(英文版第3版)》第3版中,作者深入讨论了许多主题,包括:进程,线程,存储管理,文件系统,I/O死锁,接口设计,多媒体,性能权衡。以及有关操作系统设计的最新趋势。书中不仅涵盖了现代操作系统的原理和实践,而且特别关注了Linux操作系统,WindowsVista操作系统、嵌入式操作系统、实时操作系统以及多媒体操作系统。 涉及WindowsVista以及最新的Linux/Unix操作系统(In the 3rd edition of Modern Operating System (Version 3), the author discusses many topics in depth, including: processes, threads, storage management, file systems, I/O deadlocks, interface design, multimedia, performance trade-offs. and the latest trends in operating system design. The book not only covers the principles and practices of modern operating systems, but also pays special attention to Linux operating systems, Windows Vista operating systems, embedded operating systems, real-time operating systems and multimedia operating systems. It involves Windows Vista and the latest Linux/Unix operating system.)
Platform: | Size: 27715584 | Author: romen111 | Hits:
« 1 2 34 »

CodeBus www.codebus.net